Build version 2.0.27
authorJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 25 May 2018 12:03:35 +0000 (14:03 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 25 May 2018 12:03:35 +0000 (14:03 +0200)
ChangeLog
ChangeLog-2.0.27 [deleted file]
archive/ChangeLog-2.0.27 [new file with mode: 0644]

index fa1524fdc9b44d7357ea9657d06747105696336f..6005221147b5de545352cf882e7e4a3e56995689 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+siridb-server (2.0.27) xenial; urgency=medium
+
+  * Changed error message when trying to merge series into an empty destination
+    name and updated test.
+    
+  * Change max open files when soft-limit cannot be set.
+    
+  * Added support for log (string) values.
+    
+  * Fixed bug with reading path variable.
+    
+  * Added stddev() aggregation function.
+    
+  * Added first() and last() aggregation functions.
+    
+  * Allow aggregation functions without a time range. When no time range is
+    given, all aggregations will return a single value. The time-stamp returned
+    with the value is the last within the selected time range except when using
+    the first() aggregation, in that case the first time-stamp will be used.
+    
+  * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which
+    is now a deprecated keyword.
+    
+  * Solved compiler warnings. (issue #96)
+    
+  * Added the following server statistics properties:
+    - active_tasks: returns the number of active tasks for the current database
+    - idle_time: returns the seconds the database was idle since uptime.
+    - idle_percentage: returns the percentage of idle time since uptime.
+    (Note: idle mean no active tasks for the current database)
+
+ -- Jeroen van der Heijden <jeroen@transceptor.technology>  Fri, 25 May 2018 12:02:56 +0000
+
 siridb-server (2.0.26) xenial; urgency=medium
 
   * Added bind_server_address and bind_client_address as configuration
diff --git a/ChangeLog-2.0.27 b/ChangeLog-2.0.27
deleted file mode 100644 (file)
index 47198e2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-  * Changed error message when trying to merge series into an empty destination
-    name and updated test.
-    
-  * Change max open files when soft-limit cannot be set.
-    
-  * Added support for log (string) values.
-    
-  * Fixed bug with reading path variable.
-    
-  * Added stddev() aggregation function.
-    
-  * Added first() and last() aggregation functions.
-    
-  * Allow aggregation functions without a time range. When no time range is
-    given, all aggregations will return a single value. The time-stamp returned
-    with the value is the last within the selected time range except when using
-    the first() aggregation, in that case the first time-stamp will be used.
-    
-  * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which
-    is now a deprecated keyword.
-    
-  * Solved compiler warnings. (issue #96)
-    
-  * Added the following server statistics properties:
-    - active_tasks: returns the number of active tasks for the current database
-    - idle_time: returns the seconds the database was idle since uptime.
-    - idle_percentage: returns the percentage of idle time since uptime.
-    (Note: idle mean no active tasks for the current database)
\ No newline at end of file
diff --git a/archive/ChangeLog-2.0.27 b/archive/ChangeLog-2.0.27
new file mode 100644 (file)
index 0000000..47198e2
--- /dev/null
@@ -0,0 +1,28 @@
+  * Changed error message when trying to merge series into an empty destination
+    name and updated test.
+    
+  * Change max open files when soft-limit cannot be set.
+    
+  * Added support for log (string) values.
+    
+  * Fixed bug with reading path variable.
+    
+  * Added stddev() aggregation function.
+    
+  * Added first() and last() aggregation functions.
+    
+  * Allow aggregation functions without a time range. When no time range is
+    given, all aggregations will return a single value. The time-stamp returned
+    with the value is the last within the selected time range except when using
+    the first() aggregation, in that case the first time-stamp will be used.
+    
+  * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which
+    is now a deprecated keyword.
+    
+  * Solved compiler warnings. (issue #96)
+    
+  * Added the following server statistics properties:
+    - active_tasks: returns the number of active tasks for the current database
+    - idle_time: returns the seconds the database was idle since uptime.
+    - idle_percentage: returns the percentage of idle time since uptime.
+    (Note: idle mean no active tasks for the current database)
\ No newline at end of file